[INFO] cloning repository https://github.com/nicolastinger/only-talk-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nicolastinger/only-talk-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicolastinger%2Fonly-talk-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicolastinger%2Fonly-talk-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 650be0d49d467ea3eac4f6ee4ccb643ce08a6ee2
[INFO] fixing nicolastinger/only-talk-rs against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicolastinger%2Fonly-talk-rs" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nicolastinger/only-talk-rs
[INFO] finished tweaking git repo https://github.com/nicolastinger/only-talk-rs
[INFO] tweaked toml for git repo https://github.com/nicolastinger/only-talk-rs written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nicolastinger/only-talk-rs on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nicolastinger/only-talk-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c29017ce3f44d31c16910482cc88a7203da5e202e6d0a872ae6b91992de99a36
[INFO] running `Command { std: "docker" "start" "c29017ce3f44d31c16910482cc88a7203da5e202e6d0a872ae6b91992de99a36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c29017ce3f44d31c16910482cc88a7203da5e202e6d0a872ae6b91992de99a36" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c29017ce3f44d31c16910482cc88a7203da5e202e6d0a872ae6b91992de99a36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c29017ce3f44d31c16910482cc88a7203da5e202e6d0a872ae6b91992de99a36" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating crates/email_service/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking slab v0.4.10
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]     Checking hashbrown v0.15.4
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking litemap v0.8.0
[INFO] [stderr]     Checking writeable v0.6.1
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking rustls-pki-types v1.12.0
[INFO] [stderr]     Checking rustls-native-certs v0.6.3
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking base64ct v1.8.0
[INFO] [stderr]    Compiling aws-lc-rs v1.16.2
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]    Compiling rustls v0.23.28
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]     Checking outref v0.5.2
[INFO] [stderr]     Checking vsimd v0.8.0
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]     Checking bytes-utils v0.1.4
[INFO] [stderr]     Checking tinyvec v1.9.0
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling bigdecimal v0.4.8
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking webpki-roots v1.0.4
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking base64-simd v0.8.0
[INFO] [stderr]     Checking unicode-ident v1.0.18
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]     Checking webpki-roots v0.26.11
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking lru v0.14.0
[INFO] [stderr]     Checking unicode-normalization v0.1.24
[INFO] [stderr]     Checking flume v0.11.1
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]     Checking unicode-bidi v0.3.18
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking der v0.6.1
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]    Compiling if_chain v1.0.2
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]     Checking unicode-properties v0.1.3
[INFO] [stderr]     Checking crc v3.3.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking idna v0.4.0
[INFO] [stderr]     Checking stringprep v0.1.5
[INFO] [stderr]     Checking atoi v2.0.0
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking crypto-bigint v0.4.9
[INFO] [stderr]     Checking ff v0.12.1
[INFO] [stderr]    Compiling num-bigint-dig v0.8.6
[INFO] [stderr]     Checking whoami v1.6.0
[INFO] [stderr]     Checking group v0.12.1
[INFO] [stderr]     Checking spki v0.6.0
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking pkcs8 v0.9.0
[INFO] [stderr]     Checking arc-swap v1.7.1
[INFO] [stderr]     Checking winnow v0.7.11
[INFO] [stderr]     Checking openssl-probe v0.2.1
[INFO] [stderr]     Checking sec1 v0.3.0
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling aws-lc-sys v0.39.1
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling openssl-sys v0.9.112
[INFO] [stderr]     Checking rfc6979 v0.3.1
[INFO] [stderr]     Checking elliptic-curve v0.12.3
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking signature v1.6.4
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking argon2 v0.5.3
[INFO] [stderr]     Checking ecdsa v0.14.8
[INFO] [stderr]    Compiling aws-types v1.3.11
[INFO] [stderr]    Compiling validator_types v0.16.0
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking pkcs1 v0.7.5
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling openssl v0.10.76
[INFO] [stderr]     Checking p256 v0.11.1
[INFO] [stderr]     Checking simd-adler32 v0.3.8
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]     Checking xmlparser v0.13.6
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking spin v0.10.0
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]    Compiling zstd-sys v2.0.15+zstd.1.5.7
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking rusticata-macros v4.1.0
[INFO] [stderr]     Checking flate2 v1.1.2
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking aws-smithy-xml v0.60.15
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking as-slice v0.2.1
[INFO] [stderr]    Compiling built v0.8.0
[INFO] [stderr]    Compiling oid-registry v0.7.1
[INFO] [stderr]    Compiling av-scenechange v0.14.1
[INFO] [stderr]     Checking crc-fast v1.9.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]     Checking aligned v0.4.3
[INFO] [stderr]     Checking brotli v8.0.1
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]     Checking core2 v0.4.0
[INFO] [stderr]    Compiling pastey v0.1.1
[INFO] [stderr]     Checking y4m v0.8.0
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking bitstream-io v4.9.0
[INFO] [stderr]     Checking cookie v0.16.2
[INFO] [stderr]     Checking yasna v0.5.2
[INFO] [stderr]    Compiling rav1e v0.8.1
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking pem v3.0.6
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking weezl v0.1.12
[INFO] [stderr]     Checking zune-core v0.4.12
[INFO] [stderr]     Checking data-encoding v2.10.0
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]     Checking imgref v1.12.0
[INFO] [stderr]    Compiling libwebp-sys v0.9.6
[INFO] [stderr]     Checking zune-jpeg v0.4.21
[INFO] [stderr]     Checking avif-serialize v0.8.6
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking pxfm v0.1.27
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]    Compiling v_htmlescape v0.15.8
[INFO] [stderr]     Checking rgb v0.8.52
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking bit_field v0.10.3
[INFO] [stderr]     Checking zune-core v0.5.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]     Checking tokio v1.45.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling zerocopy-derive v0.8.26
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]    Compiling validator_derive v0.16.0
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]    Compiling pest v2.8.1
[INFO] [stderr]     Checking simple_asn1 v0.6.4
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking quinn-udp v0.4.1
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling asn1-rs-derive v0.5.1
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.2
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]    Compiling asn1-rs-impl v0.2.0
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]    Compiling pest_meta v2.8.1
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling profiling-procmacros v1.0.17
[INFO] [stderr]     Checking asn1-rs v0.6.2
[INFO] [stderr]     Checking aligned-vec v0.6.4
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking v_frame v0.3.9
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]    Compiling pest_generator v2.8.1
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking serde_json v1.0.140
[INFO] [stderr]     Checking uuid v1.17.0
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking rand v0.9.1
[INFO] [stderr]     Checking serde_bytes v0.11.17
[INFO] [stderr]     Checking tokio-util v0.7.15
[INFO] [stderr]     Checking tokio-rustls v0.24.1
[INFO] [stderr]     Checking aws-smithy-async v1.2.7
[INFO] [stderr]     Checking fastdate v0.3.36
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking rbs v4.6.2
[INFO] [stderr]     Checking dark-std v0.2.16
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking aws-smithy-types v1.3.6
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking fast_pool v0.3.7
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]    Compiling pest_derive v2.8.1
[INFO] [stderr]     Checking combine v4.6.7
[INFO] [stderr]     Checking deadpool-runtime v0.1.4
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking html_parser v0.6.3
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking deadpool v0.12.2
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking quinn-proto v0.10.6
[INFO] [stderr]     Checking aws-smithy-runtime-api v1.10.0
[INFO] [stderr]     Checking aws-smithy-eventstream v0.60.14
[INFO] [stderr]     Checking rbatis-codegen v4.6.5
[INFO] [stderr]     Checking validator v0.16.1
[INFO] [stderr]     Checking jsonwebtoken v8.3.0
[INFO] [stderr]     Checking tracing-appender v0.2.5
[INFO] [stderr]     Checking nanoid v0.4.0
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking aws-smithy-json v0.61.9
[INFO] [stderr]     Checking aws-smithy-http v0.62.6
[INFO] [stderr]     Checking rsa v0.9.10
[INFO] [stderr]     Checking aws-credential-types v1.2.11
[INFO] [stderr]     Checking aws-smithy-observability v0.1.5
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking aws-smithy-query v0.60.9
[INFO] [stderr]     Checking actix-rt v2.10.0
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]     Checking actix-codec v0.5.2
[INFO] [stderr]    Compiling actix-router v0.5.3
[INFO] [stderr]     Checking aws-sigv4 v1.3.7
[INFO] [stderr]     Checking aws-smithy-checksums v0.63.13
[INFO] [stderr]     Checking actix-tls v3.4.0
[INFO] [stderr]     Checking actix-server v2.6.0
[INFO] [stderr]     Checking der-parser v9.0.0
[INFO] [stderr]     Checking av1-grain v0.2.5
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]    Compiling fax_derive v0.2.0
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]     Checking rcgen v0.13.2
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking x509-parser v0.16.0
[INFO] [stderr]     Checking quinn v0.10.2
[INFO] [stderr]     Checking lebe v0.5.3
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]     Checking byteorder-lite v0.1.0
[INFO] [stderr]     Checking fax v0.2.6
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr]     Checking exr v1.74.0
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking backoff v0.4.0
[INFO] [stderr]     Checking tiff v0.10.3
[INFO] [stderr]     Checking image-webp v0.2.4
[INFO] [stderr]     Checking moxcms v0.7.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking zune-jpeg v0.5.12
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling rbatis-macro-driver v4.6.0
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking rustix v1.1.2
[INFO] [stderr]     Checking gif v0.14.1
[INFO] [stderr]     Checking png v0.18.0
[INFO] [stderr]    Compiling parse-size v1.1.0
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]    Compiling actix-multipart-derive v0.6.1
[INFO] [stderr]     Checking serde_plain v1.0.2
[INFO] [stderr]     Checking mutually_exclusive_features v0.1.0
[INFO] [stderr]     Checking http-range v0.1.5
[INFO] [stderr]     Checking redis v0.27.6
[INFO] [stderr]     Checking redis v0.22.3
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking tokio-test v0.4.5
[INFO] [stderr]     Checking tempfile v3.23.0
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stderr]     Checking hyper-rustls v0.24.2
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.27
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]     Checking actix-http v3.11.0
[INFO] [stderr]     Checking email_service v0.1.0 (/opt/rustwide/workdir/crates/email_service)
[INFO] [stderr]    Migrating crates/email_service/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking ravif v0.12.0
[INFO] [stderr]     Checking image v0.25.9
[INFO] [stderr]     Checking actix-web v4.11.0
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/email_service/src/providers/retry_strategy.rs:308:19
[INFO] [stdout]     |
[INFO] [stdout] 308 |             match operation().await {
[INFO] [stdout]     |                   ^^^^^^^^^^^^-----
[INFO] [stdout]     |                   |           |
[INFO] [stdout]     |                   |           this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                   |           up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   |           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   |           `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   `__awaitee` calls a custom destructor
[INFO] [stdout]     |                   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 326 |                         sleep(delay).await;
[INFO] [stdout]     |                         ------------------
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 330 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/time/entry.rs:641:1
[INFO] [stdout]     |
[INFO] [stdout] 641 | impl Drop for TimerEntry {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/email_service/src/providers/retry_strategy.rs:380:19
[INFO] [stdout]     |
[INFO] [stdout] 380 |             match operation().await {
[INFO] [stdout]     |                   ^^^^^^^^^^^^-----
[INFO] [stdout]     |                   |           |
[INFO] [stdout]     |                   |           this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                   |           up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   |           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   |           `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   `__awaitee` calls a custom destructor
[INFO] [stdout]     |                   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 397 |                         sleep(self.interval).await;
[INFO] [stdout]     |                         --------------------------
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 401 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/time/entry.rs:641:1
[INFO] [stdout]     |
[INFO] [stdout] 641 | impl Drop for TimerEntry {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking deadpool-redis v0.18.0
[INFO] [stderr]     Checking webp v0.3.1
[INFO] [stderr]    Migrating crates/email_service/examples/with_attachments.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/email_service/src/providers/retry_strategy.rs:308:19
[INFO] [stdout]     |
[INFO] [stdout] 308 |             match operation().await {
[INFO] [stdout]     |                   ^^^^^^^^^^^^-----
[INFO] [stdout]     |                   |           |
[INFO] [stdout]     |                   |           this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                   |           up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   |           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   |           `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   `__awaitee` calls a custom destructor
[INFO] [stdout]     |                   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 326 |                         sleep(delay).await;
[INFO] [stdout]     |                         ------------------
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 330 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/time/entry.rs:641:1
[INFO] [stdout]     |
[INFO] [stdout] 641 | impl Drop for TimerEntry {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/email_service/src/providers/retry_strategy.rs:380:19
[INFO] [stdout]     |
[INFO] [stdout] 380 |             match operation().await {
[INFO] [stdout]     |                   ^^^^^^^^^^^^-----
[INFO] [stdout]     |                   |           |
[INFO] [stdout]     |                   |           this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                   |           up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   |           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   |           `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                   `__awaitee` calls a custom destructor
[INFO] [stdout]     |                   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 397 |                         sleep(self.interval).await;
[INFO] [stdout]     |                         --------------------------
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 401 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/time/entry.rs:641:1
[INFO] [stdout]     |
[INFO] [stdout] 641 | impl Drop for TimerEntry {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking tracing-actix-web v0.7.21
[INFO] [stderr]     Checking actix-files v0.6.9
[INFO] [stderr]     Checking actix-multipart v0.6.2
[INFO] [stderr]    Migrating crates/email_service/tests/email_test.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/email_service/tests/retry_strategy_test.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/email_service/tests/email_address_test.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/email_service/examples/basic_usage.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/email_service/examples/batch_send.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/email_service/tests/error_test.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/email_service/tests/attachment_test.rs from 2021 edition to 2024
[INFO] [stderr]     Checking rustls-webpki v0.103.3
[INFO] [stderr]     Checking tokio-rustls v0.26.2
[INFO] [stderr]     Checking rbdc v4.6.0
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking aws-smithy-http-client v1.0.6
[INFO] [stderr]     Checking rbdc-pool-fast v4.6.0
[INFO] [stderr]     Checking rbdc-pg v4.6.1
[INFO] [stderr]     Checking aws-smithy-runtime v1.8.6
[INFO] [stderr]     Checking rbatis v4.6.7
[INFO] [stderr]     Checking entity v0.1.0 (/opt/rustwide/workdir/crates/entity)
[INFO] [stderr] warning: `crates/entity/src/lib.rs` is already on the latest edition (2024), unable to migrate further
[INFO] [stderr] 
[INFO] [stderr] If you are trying to migrate from the previous edition (2021), the
[INFO] [stderr] process requires following these steps:
[INFO] [stderr] 
[INFO] [stderr] 1. Start with `edition = "2021"` in `Cargo.toml`
[INFO] [stderr] 2. Run `cargo fix --edition`
[INFO] [stderr] 3. Modify `Cargo.toml` to set `edition = "2024"`
[INFO] [stderr] 4. Run `cargo build` or `cargo test` to verify the fixes worked
[INFO] [stderr] 
[INFO] [stderr] More details may be found at
[INFO] [stderr] https://doc.rust-lang.org/edition-guide/editions/transitioning-an-existing-project-to-a-new-edition.html
[INFO] [stderr] 
[INFO] [stderr]     Checking aws-runtime v1.5.10
[INFO] [stderr]     Checking aws-sdk-ssooidc v1.83.0
[INFO] [stderr]     Checking aws-sdk-sso v1.82.0
[INFO] [stderr]     Checking aws-sdk-sts v1.84.0
[INFO] [stderr]     Checking aws-sdk-s3 v1.103.0
[INFO] [stderr]     Checking aws-config v1.8.5
[INFO] [stderr]     Checking common v0.1.0 (/opt/rustwide/workdir/crates/common)
[INFO] [stderr] warning: `crates/common/src/lib.rs` is already on the latest edition (2024), unable to migrate further
[INFO] [stderr]     Checking quic_service v0.1.0 (/opt/rustwide/workdir/crates/quic_service)
[INFO] [stderr] warning: `crates/quic_service/src/lib.rs` is already on the latest edition (2024), unable to migrate further
[INFO] [stderr] warning: `crates/common/tests/config_manager_test.rs` is already on the latest edition (2024), unable to migrate further
[INFO] [stderr] warning: `crates/quic_service/benches/text_msg_bench.rs` is already on the latest edition (2024), unable to migrate further
[INFO] [stderr] warning: `crates/quic_service/src/bin/quic_server.rs` is already on the latest edition (2024), unable to migrate further
[INFO] [stderr]     Checking s3_service v0.1.0 (/opt/rustwide/workdir/crates/s3_service)
[INFO] [stderr] warning: `crates/s3_service/src/lib.rs` is already on the latest edition (2024), unable to migrate further
[INFO] [stderr]     Checking http_service v0.1.0 (/opt/rustwide/workdir/crates/http_service)
[INFO] [stderr] warning: `crates/s3_service/examples/check_bucket_policy.rs` is already on the latest edition (2024), unable to migrate further
[INFO] [stderr] warning: `crates/http_service/src/lib.rs` is already on the latest edition (2024), unable to migrate further
[INFO] [stderr]     Checking api v0.1.0 (/opt/rustwide/workdir/crates/api)
[INFO] [stderr] warning: `crates/s3_service/examples/set_bucket_public_prod.rs` is already on the latest edition (2024), unable to migrate further
[INFO] [stderr] warning: `crates/s3_service/examples/set_bucket_public.rs` is already on the latest edition (2024), unable to migrate further
[INFO] [stderr] warning: `crates/s3_service/tests/minio_integration_test.rs` is already on the latest edition (2024), unable to migrate further
[INFO] [stderr] warning: `crates/s3_service/examples/s3_diagnose.rs` is already on the latest edition (2024), unable to migrate further
[INFO] [stderr] warning: `crates/s3_service/examples/list_bucket_files.rs` is already on the latest edition (2024), unable to migrate further
[INFO] [stderr] warning: `crates/api/src/lib.rs` is already on the latest edition (2024), unable to migrate further
[INFO] [stderr]     Checking only_talk_rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: `src/main.rs` is already on the latest edition (2024), unable to migrate further
[INFO] [stderr] warning: `crates/api/src/bin/api_server.rs` is already on the latest edition (2024), unable to migrate further
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 52s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.22.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr] crater-edition-check: entity v0.1.0 (/opt/rustwide/workdir/crates/entity) updating edition from 2024 to 2024
[INFO] [stderr] crater-edition-check: common v0.1.0 (/opt/rustwide/workdir/crates/common) updating edition from 2024 to 2024
[INFO] [stderr] crater-edition-check: http_service v0.1.0 (/opt/rustwide/workdir/crates/http_service) updating edition from 2024 to 2024
[INFO] [stderr] crater-edition-check: s3_service v0.1.0 (/opt/rustwide/workdir/crates/s3_service) updating edition from 2024 to 2024
[INFO] [stderr] crater-edition-check: quic_service v0.1.0 (/opt/rustwide/workdir/crates/quic_service) updating edition from 2024 to 2024
[INFO] [stderr] crater-edition-check: api v0.1.0 (/opt/rustwide/workdir/crates/api) updating edition from 2024 to 2024
[INFO] [stderr] crater-edition-check: email_service v0.1.0 (/opt/rustwide/workdir/crates/email_service) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: only_talk_rs v0.1.0 (/opt/rustwide/workdir) updating edition from 2024 to 2024
[INFO] [stderr]     Checking email_service v0.1.0 (/opt/rustwide/workdir/crates/email_service)
[INFO] [stderr]     Checking quic_service v0.1.0 (/opt/rustwide/workdir/crates/quic_service)
[INFO] [stderr]     Checking s3_service v0.1.0 (/opt/rustwide/workdir/crates/s3_service)
[INFO] [stderr]     Checking http_service v0.1.0 (/opt/rustwide/workdir/crates/http_service)
[INFO] [stderr]     Checking common v0.1.0 (/opt/rustwide/workdir/crates/common)
[INFO] [stderr]     Checking api v0.1.0 (/opt/rustwide/workdir/crates/api)
[INFO] [stderr]     Checking entity v0.1.0 (/opt/rustwide/workdir/crates/entity)
[INFO] [stderr]     Checking only_talk_rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `TencentConfig`
[INFO] [stdout]  --> crates/email_service/examples/basic_usage.rs:2:64
[INFO] [stdout]   |
[INFO] [stdout] 2 | use email_service::{AliyunConfig, ProviderConfig, RetryConfig, TencentConfig};
[INFO] [stdout]   |                                                                ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 56s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.22.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr] crater-edition-check all packages now at latest edition
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "c29017ce3f44d31c16910482cc88a7203da5e202e6d0a872ae6b91992de99a36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c29017ce3f44d31c16910482cc88a7203da5e202e6d0a872ae6b91992de99a36", kill_on_drop: false }`
[INFO] [stdout] c29017ce3f44d31c16910482cc88a7203da5e202e6d0a872ae6b91992de99a36
